@font-face {
    font-family: "PangMenZhengDao";
    src: url('../images/PangMenZhengDaoBiaoTiTi-1.ttf');
    font-weight: normal;
    font-style: normal;
}

/* ä¸»ä½“å†…å®¹ å¼€å§‹  */
.page-mainBody {
    width: 85%;
    max-width: 1600px;
    margin: 20px auto 0;
    overflow-x: hidden;
    padding: 0 20px;
}

.top-scrollWrap {
    height: 48px;
    line-height: 48px;
    background: #ebf7ff;
    border: 1px solid #dfe3e6;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}

.top-scroll-bell {
    width: 25px;
    height: 25px;
    margin: 0 20px 0 20px;
}

.top-scrollList-wrap {
    /* flex: 1; */
    width: calc(100% - 70px);
    overflow: hidden;
    position: relative;
    height: 100%;
    white-space: nowrap;

    position: absolute;
    top: 0;
    left: 65px;
}

.top-scrollList {
    display: inline-block;
    height: 100%;
    width: max-content;
}

.top-scrollItem {
    display: inline-block;
}

.top-scrollItem a {
    font-size: 16px;
    font-weight: bold;
    color: #0095ff;
    margin-right: 40px;
    cursor: pointer;
    display: inline-block;
    height: 48px;
    -moz-user-select: none;
    /*ç«ç‹*/
    -webkit-user-select: none;
    /*webkitæµè§ˆå™¨*/
    -ms-user-select: none;
    /*IE10*/
    -khtml-user-select: none;
    /*æ—©æœŸæµè§ˆå™¨*/
    user-select: none;
}

.main-containr {
    display: flex;
    align-items: flex-start;
}

.main-right {
    /* flex: 1; */
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    flex-shrink: 0;
    overflow-x: hidden;
    display: none;
    background-color: #fff;
    /* min-height: 600px; */
}

.rightContainerAuto {
    height: max-content;
    background-color: #fff;
}

.page-home {
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.home-imgScrollWrap,
.home-tabNewWrap {
    width: 50%;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.imgSwiper,
.kczx-imgSwiper {
    height: 100%;
}

.imgSwiperItem {
    position: relative;
    height: 100%;
    cursor: pointer;
}

.imgSwiperItem img {
    width: 100%;
    height: 100%;
}

.imgSwiperItem-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 60px;
    line-height: 1.3;
    background: rgba(33, 33, 33, 0.63);
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #ffffff;
}

/* å›¾ç‰‡è½®æ’­  å¼€å§‹ */
.swiper-pagination {
    text-align: right;
    padding-right: 20px;
}

.swiper-pagination-bullet {
    margin: 0 8px !important;
}

/* å›¾ç‰‡è½®æ’­  ç»“æŸ */

/* æ ‡ç­¾åˆ—è¡¨ å¼€å§‹ */
.home-tabNewWrap {
    padding: 10px 20px 0;
}

/* æ ‡ç­¾åˆ—è¡¨ ç»“æŸ */
.home-cardSwiper-content {
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.paddingRight {
    padding: 10px 20px;
    border: 1px solid #dfe3e6;
    border-left: 0;
    overflow: hidden;
}

.home-cardSwiper-left,
.home-cardSwiper-right {
    cursor: pointer;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.home-cardSwiper-wrap {
    flex: 1;
    margin: 0 10px;
    flex-shrink: 0;
    max-width: calc(100% - 85px);
}

.home-cardSwiper-wrap .swiper-wrapper {
    transition: all 1.5s !important;
}

.home-cardSwiper-contentWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.home-cardSwiper-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.home-cardSwiperItem {
    width: calc((100% - 75px) / 4);
    position: relative;
}

.home-cardSwiperItem img {
    width: 100%;
}

.home-cardSwiper-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 2px 10px 0px rgb(11, 87, 142, 0.38);
    width: calc(25% - 20px);
    height: 130px;
}

.home-cardSwiper-item a {
    display: inline-block;
    width: 100%;
    height: 130px;
}

.home-cardSwiper-img {
    width: 100%;
    height: 120px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    transform-origin: center center;
    height: 130px;
}

.home-cardSwiper-item:hover .home-cardSwiper-img {
    transform: scale(1.2);
    transition: transform 0.5s;
    transform: scale(1.2);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.home-cardSwiper-text {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
    padding-top: 10px;
}

.home-cardSwiper-center {
    position: absolute;
    text-align: center;
    ;
    top: 50%;
    left: 50%;
    max-width: 95%;
    transform: translate(-50%, -50%);
}

.home-linksWrap {
    padding-top: 20px;
    width: calc(100% + 22px);
    transform: translateX(-10px);
}

.home-linksList {
    white-space: nowrap;
    overflow: hidden;
}

.home-linksItem {
    width: calc(calc(100% / 7) - 21px);
    height: 72px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #dfe3e6;
    margin: 0 10px 20px;
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    float: left;
}

.home-linksItem a {
    width: 100%;
    height: 70px;
    background: #ffffff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    float: left;
}

@media screen and (min-width: 1400px) {
    .home-linksItem {
        width: calc(calc (100% / 7) - 21px);
    }
}

@media screen and (max-width: 1400px) {
    .home-linksItem {
        width: calc(calc(100% / 6) - 21px);
    }
}

@media screen and (max-width: 1200px) {
    .home-linksItem {
        width: calc(calc(100% / 5) - 25px);
    }
}

.home-links-icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.home-links-text {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    color: #0095ff;
    line-height: 20px;
    max-width: calc(100% - 50px);
    white-space: pre-wrap;
}

.tabDisplayList {
    display: none;
}

/* ä¸»ä½“å†…å®¹ ç»“æŸ  */

/* å·¦ä¾§æ‚¬æµ® å¼€å§‹ */
.suspendLeft {
    z-index: 999;
    text-align: center;
}

.fixedLeft {
    position: fixed;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.fixedRight {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.suspendLeft-list{
    background-color: #fff;
    padding: 6px;
}

.suspendLeft-item {
    width: 70px;
    /* height: 68px; */
    /* background: linear-gradient(to right, rgba(0, 149, 255, 1), rgba(72, 179, 255, 1));
    box-shadow: 0px 2px 8px 0px rgba(14, 62, 96, 0.11);
    border-radius: 6px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */
    cursor: pointer;
    position: relative;
    padding: 10px 0;
}

.suspendLeft-item:hover .text {
    color: #0095ff;
    /* color: #0095ff; */
    /* background-color: #fff; */
}

.suspendLeft-item .text {
    padding-top: 6px;
    line-height: 18px;
    color: #212121;
    font-size: 14px;
}


.suspendLeft-item:last-child {
    margin-bottom: 0;
}

.suspendLeft-item:hover {
    /* color: #0095ff;
    background: #fff; */
    background: #E8F3FC;
}

.suspendLeft-item .iconfont {
    font-size: 24px;
}

.suspendLeft-icon,
.suspendLeft-icon-active {
    width: 28px;
    height: 28px;
}

.suspendLeft-icon{
    display: inline-block;
}

.suspendLeft-icon-active {
    display: none;
}

.suspendLeft-inner-wrap {
    position: absolute;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: -130px;
    top: 50%;
    transform: translateY(-50%);
}

.fixedRight .suspendLeft-inner-wrap {
    position: absolute;
    top: 0;
    left: -130px;
    top: 50%;
    right: auto;
    transform: translateY(-50%);
}

.suspendLeft-inner01 {
    display: none;
    background: linear-gradient(180deg, #2ddcff 0%, #007ffe 100%);
    width: 120px;

    padding: 10px 5px;
    border-radius: 6px;
}

.suspendLeft-item:hover .suspendLeft-inner01 {
    display: inline-block;
}

/* .suspendLeft-item:hover .suspendLeft-icon {
    display: inline-block;
}

.suspendLeft-item:hover .suspendLeft-icon-active {
    display: none;
} */

.suspendLeft-inner01 div {
    font-size: 16px;
    padding-bottom: 6px;
    line-height: 1;
    color: #fff;
}

.suspendLeft-inner01 img {
    width: 100%;
    height: auto;
    margin: 0;
}

/* å·¦ä¾§æ‚¬æµ® ç»“æŸ */

/* å³ä¾§æ‚¬æµ® å¼€å§‹ */
.suspendRight {
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.suspendRight-slogan {
    width: 86px;
    height: 518px;
}

.suspend-close {
    padding: 8px;
    text-align: center;
}

.suspend-close img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/* å·¦ä¾§æ‚¬æµ® ç»“æŸ */

/* ç§‘åˆ›å±•åŽ… å¼€å§‹ */
.hallWrap {
    width: 100%;
    max-width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: url("../images/hall_bg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.hallTopSwiper {
    width: 100%;
    height: 330px;
}

.hallTopSwiper .swiper-slide {
    width: 43%;
    /* width: 601px; */
    height: 331px;
}

.hallTopSwiper-item {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url("../images/hall_item.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hallTopSwiper .swiper-slide .hallTopSwiper-item {
    display: none;
    opacity: 0.6;
}

.hallTopSwiper .swiper-slide.swiper-slide-prev .linkTag,
.hallTopSwiper .swiper-slide.swiper-slide-next .linkTag,
.hallTopSwiper .swiper-slide.swiper-slide-visible .linkTag {
    display: none;
}

.hallTopSwiper .swiper-slide.swiper-slide-prev .showTag,
.hallTopSwiper .swiper-slide.swiper-slide-next .showTag,
.hallTopSwiper .swiper-slide.swiper-slide-visible .showTag {
    display: flex;
}

.hallTopSwiper .swiper-slide.swiper-slide-active .linkTag {
    display: flex;
    opacity: 1;
}

.hallTopSwiper .swiper-slide.swiper-slide-active .showTag {
    display: none;
}

.hallTopSwiper .swiper-slide-active .hallTopSwiper-item {
    background: url("../images/hall_center.png") no-repeat;
    background-size: 100% 100%;
}

.hallTopSwiper-item img {
    width: calc(100% - 40px);
    height: 83.5%;
}

.hallTopSwiper .swiper-slide-active .hallTopSwiper-item img {
    width: 89%;
}

/* =========== */

.hallBtoSwiper {
    width: calc(100% - 80px);
    flex: 1;
    margin-top: 26px;
    max-height: 160px;
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.hallBtoSwiper .swiper {
    flex: 1;
    width: calc(100% - 140px);
}

.hallBtoSwiper .swiper-slide {
    height: 100%;
    cursor: pointer;
}

.hallBtoSwiper-item {
    width: 100%;
    height: 120px;
    background: url("../images/hall_item.png") no-repeat;
    background-size: 100% 100%;
    /* padding: 11px 10px 7px 10px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hallBtoSwiper .swiper-slide img {
    width: 87%;
    height: 80%;
}

.hallBtoSwiper .swiper-slide-thumb-active .hallBtoSwiper-item {
    background: url("../images/hall_active.png") no-repeat;
    background-size: 100% 100%;
}

.hallBtoSwiper-itemName {
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px;
}

.switchBox {
    width: 70px;
    padding-bottom: 35px;
    height: max-content;
}

.switchBox img {
    width: 50px;
    height: 26px;
    cursor: pointer;
}

.activeSysName {
    padding: 30px 0 10px;
    line-height: 1;
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}

/* ç§‘åˆ›å±•åŽ… ç»“æŸ */




/* å¼¹çª— */
.tableWrap table {
    width: 100%;
}

.tableWrap td,
.tableWrap th {
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #ebeef5;
}

.tableWrap th {
    background: #f0f3f5;
    font-size: 16px;
    font-weight: bold;
    color: #212121;
}

.tableWrap tr td:first-child,
.tableWrap tr th:first-child {
    text-align: left;
}

.tableWrap tr td:last-child a {
    color: #0095FF;
    text-decoration: none;
}



/* æ”¿åŠ¡å…¬å¼€ */
.zwgk-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
}

.zwgk-right {
    width: 41.559%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.zwgk-right img {
    width: 100%;
    height: 256px
}

.zwgk-left {
    flex: 1;
}

.zwgk-left a {
    float: left;
    width: calc(33.3333333333% - 20px);
    margin: 0 20px 20px 0;
    padding: 20px;
    height: 120px;
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
}

.zwgk-left div {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    display: inline-block;
    padding-top: 8px;
    display: flex;
    flex: 1;
}

.zwgk-left img {
    width: 36.37%;
    vertical-align: top;
    float: right;
}

.zwgk01 {
    background: linear-gradient(53deg, #3495fb 0%, #64b0fe 100%);
}

.zwgk02 {
    background: linear-gradient(53deg, #35bbf5 0%, #81d4ff 100%);
}

.zwgk03 {
    background: linear-gradient(53deg, #33e2c2 0%, #7cf0d9 99%);
}

.zwgk04 {
    background: linear-gradient(53deg, #fe992f 0%, #fcb85b 100%);
}

.zwgk05 {
    background: linear-gradient(53deg, #7786fc 0%, #8c99fb 100%);
}

.zwgk06 {
    background: linear-gradient(53deg, #ff6c84 0%, #ff9daf 100%);
}


.new-homeCard-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0;
}

.new-homeCard-item {}

.new-homeCard-item:first-child {
    margin-left: 15px;
}

.new-homeCard-item:last-child {
    margin-right: 15px;
}

.new-homeCard-item:hover img {
    width: 100%;
    transform: scale(1.2);
    transition: all 0.5s;
}

.new-homeCard-item {
    position: relative;
    width: calc(calc(100% - 75px) / 3);
    height: max-content;
    margin: 0 15px;
    overflow: hidden;
    box-shadow: 2px -8px 10px -4px rgba(11, 87, 142, 0.38);
    border-radius: 8px;
}

.new-homeCard-item img {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s;
    border-radius: 8px;
}

.cardSwiper-name {
    text-shadow: none;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 25%;
    background-image: linear-gradient(180deg,
            rgb(255, 255, 255) 0,
            rgb(245, 228, 133) 99.971915%);
    -webkit-text-stroke: 1.2px #585757;
    overflow-wrap: break-word;
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-size: 1.8vw;
    letter-spacing: 1.875px;
    font-family: PangMenZhengDao;
    font-weight: bold;
    text-align: center;
    white-space: pre-wrap;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-family: "pangmenzhengdao";

}

.cardSwiper-name.first {
    -webkit-text-stroke: none;
    text-shadow: 3px 4px 0px rgba(8, 59, 201, 0.452);
    background: none;
    color: transparent;
}